home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 165 / XENIATGM165.ISO / cddata / midframe.cxt / 00010_demo_menu2.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2003-05-29  |  131 b   |  7 lines

  1. on(rollOver){
  2.    if(_root.pressione == 0)
  3.    {
  4.       getURL("event: rolldemo " + _name.substring(1,_name.length),"");
  5.    }
  6. }
  7.